home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / ppc.zip / PPC.MAK < prev   
Text File  |  1988-09-17  |  121b  |  5 lines

  1. # Makefile for PPC (Pretty Printer for C)
  2. ppc.exe:    ppc.c
  3.     tcc -IC:\TURBOC\INCLUDE -LC:\TURBOC\LIB ppc.c
  4.     del ppc.obj
  5.